|
<pre width="99%">
To move to a location within an html page. Use these two tags
<A NAME="ANYNAME">
The Above tag should go to the location some where in the page. middle, botton where ever. ANYNAME could be any name
<a href="#ANYNAME1">Click Here</a>
This tag is used to give the link
<a href="http://whatever.html#ANYNAME1">Click Here</a>
To move to some location in the page in another html page
Click Here You would want to move to the bottom on the page
S
S
S
S
S
S
<A NAME="ANYNAME1"></A>
You are at the bottom of the page
click here to move to top of the page
|